Java Script It!
See Also...
Info
Combo Box
 
Description
A java script application that allow users to select a URL from a drop down box.

Properties
Property Description
Combo Box Setup Stores the list of entries (text and corresponding URL) that will appear in the drop down box.
Default Selection The drop down box entry that will appear selected upon document load.
Target Frame The frame that the browser will target when the user chooses an entry from the drop down box. Choose to target the current frame (self), the whole window (parent) or a custom frame that you enter.
Navigation Style The method in which a user travels to the selected entries' URL. If Button Click is chosen the drop down box will be accompanied by a button which the user will have to click in order to travel to the selected URL. If Selection Change is chosen then the user will travel to the URL when the selection is made.
Button Caption The caption that will apear on the button. This property only applies if the Navigation Style property is set to Button Click.
Insertion Point The character position within the current document where the Combo Box code will be inserted into and hence appear within the browser. You must enter an Insert Point before viewing the Combo Box within the current document.

Browser Compatibility
Navigator 3 IE 3 Navigator 4++ IE 4++
compatible compatible compatible compatible

Aditional Information

  • You may add as many Combo Boxes to a document as you like
  • When entering URL's, you may use absolute or relative paths

Troubleshooting

  • If the Combo Box does not display properly or does not display at all then check to make sure that the Combo Box code is inserted into the proper position within the document and that the tagging structure (ie broken tags) is correct

Info
Support